home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Multimediale Rizzoli Larousse 2002 / ERL2002_1.IMG / Concento / pop.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(press).as
Text File  |  2001-11-10  |  105b  |  8 lines

  1. on(press){
  2.    scr = txto.scroll;
  3.    if("1" < scr)
  4.    {
  5.       set("txto.scroll",scr - "1");
  6.    }
  7. }
  8.